DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / Converter Class / ConvertToDouble Method / ConvertToDouble(Type,Byte,Int64,Int32,Double[]) Method

In This Topic
    ConvertToDouble(Type,Byte,Int64,Int32,Double[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ConvertToDouble( _
       ByVal type As Type, _
       ByVal ptr As Byte, _
       ByVal offset As Long, _
       ByVal count As Integer, _
       ByVal buf() As Double _
    ) 
    public static void ConvertToDouble( 
       Type type,
       byte* ptr,
       long offset,
       int count,
       double[] buf
    )

    Parameters

    type
    ptr
    offset
    count
    buf
    See Also